## Compiling cargo
-You'll want to clone cargo using --recursive on git, to clone in it's submodule dependencies.
+You'll want to clone cargo using --recursive on git, to clone in it's submodule
+dependencies.
```
$ git clone --recursive https://github.com/rust-lang/cargo
```
$ git submodule init
$ git submodule update
```
-Then it's as simple as ```make``` and you're ready to go.
+Then it's as simple as ```make``` followed by ```make install``` and you're
+ready to go.